XR API 2.4
Loading...
Searching...
No Matches
xr_windows.h
Go to the documentation of this file.
1
20#pragma once
21
22// clang-format off
23
24#ifdef UNREAL_ENGINE_PLUGIN
25#include "Windows/AllowWindowsPlatformTypes.h"
26#include "Windows/MinWindows.h"
27#include "Windows/HideWindowsPlatformTypes.h"
28#else
29#if defined(_WIN32)
30 #include <Windows.h>
31#endif
32#endif
33
34// clang-format on